home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl5 / Debconf / FrontEnd / Text.pm < prev    next >
Encoding:
Perl POD Document  |  2009-03-24  |  155 b   |  11 lines

  1. #!/usr/bin/perl -w
  2. # This file was preprocessed, do not edit!
  3.  
  4.  
  5. package Debconf::FrontEnd::Text;
  6. use strict;
  7. use base qw(Debconf::FrontEnd::Readline);
  8.  
  9.  
  10. 1
  11.